home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / AFS / WriteUp.app / English.lproj / ParagraphInspector.nib / data.classes next >
Text File  |  1994-12-14  |  2KB  |  107 lines

  1. TextStyleView = {
  2.     SUPERCLASS = View;
  3. };
  4. ParagraphInspector = {
  5.     ACTIONS = {
  6.     decreaseIndentDeltaFirst:;
  7.     increaseSpaceAfter:;
  8.     bulletRight:;
  9.     alignText:;
  10.     init:;
  11.     setAutoleading:;
  12.     decreaseLeading:;
  13.     increaseLeading:;
  14.     decreaseWordSpace:;
  15.     bulletLeft:;
  16.     updatePanel:;
  17.     increaseIndentRight:;
  18.     inspect:;
  19.     ok:;
  20.     decreaseIndentLeft:;
  21.     bulletUp:;
  22.     decreaseSpaceBetween:;
  23.     increaseIndentLeft:;
  24.     increaseIndentDeltaFirst:;
  25.     applyStyle:;
  26.     decreaseTracking:;
  27.     increaseWordSpace:;
  28.     fontPanel:;
  29.     increaseSpaceBetween:;
  30.     bulletDown:;
  31.     decreaseIndentRight:;
  32.     increaseSpaceBefore:;
  33.     decreaseSpaceBefore:;
  34.     decreaseSpaceAfter:;
  35.     increaseTracking:;
  36.     removeStyle:;
  37.     };
  38.     OUTLETS = {
  39.     leading;
  40.     fontField;
  41.     wordSpace;
  42.     autoKern;
  43.     textColor;
  44.     spaceBefore;
  45.     spaceAfter;
  46.     currStyle;
  47.     indentDeltaFirst;
  48.     lineSpacing;
  49.     hungPunctuation;
  50.     hyphenate;
  51.     bulletText;
  52.     alignment;
  53.     dummyPara;
  54.     stylePopupList;
  55.     indentLeft;
  56.     oldStyle;
  57.     fontDelegate;
  58.     spaceBetween;
  59.     autoLeading;
  60.     ligatures;
  61.     indentRight;
  62.     myUnitsInfo;
  63.     panelFont;
  64.     stylePopupButton;
  65.     tracking;
  66.     startColumnTop;
  67.     };
  68.     SUPERCLASS = AfsInspector;
  69. };
  70. FirstResponder = {
  71.     ACTIONS = {
  72.     runParaStyles:;
  73.     };
  74.     SUPERCLASS = Object;
  75. };
  76. AfsInspector = {
  77.     ACTIONS = {
  78.     inspect:;
  79.     ok:;
  80.     init:;
  81.     };
  82.     OUTLETS = {
  83.     inspectorView;
  84.     };
  85.     SUPERCLASS = Object;
  86. };
  87. ItemStyleView = {
  88.     OUTLETS = {
  89.     myPanel;
  90.     };
  91.     SUPERCLASS = View;
  92. };
  93. AfsInspectorSwapPanel = {
  94.     ACTIONS = {
  95.     swapIn:;
  96.     inspect:;
  97.     ok:;
  98.     registerWith:;
  99.     revert:;
  100.     };
  101.     OUTLETS = {
  102.     firstText;
  103.     inspector;
  104.     };
  105.     SUPERCLASS = AfsSwapPanel;
  106. };
  107.